home *** CD-ROM | disk | FTP | other *** search
/ Imekura ROM / Imekura ROM.iso / mac / Mac / OPEN2.DIR / 00011.ls < prev    next >
Encoding:
Text File  |  1995-07-09  |  166 b   |  10 lines

  1. on exitFrame
  2.   if soundBusy(1) = 0 then
  3.     sound playFile 1, "@::AIF:OPEN.AIF"
  4.   end if
  5.   cursorctl(3, "S")
  6.   cursorctl(4, "S")
  7.   cursorctl(5, "S")
  8.   go("LOOP")
  9. end
  10.